Skip to content

微信明细单号查询明细单

商户可以通过该接口查询单笔转账明细单。 官方文档

js
wxpay
.
v3
.
transfer
.
batches
.
batchId
.
_batch_id_
.
details
.
detailId
.
_detail_id_
.
get
({
batch_id
,
detail_id
,
}) .
then
(
({
data
: {
mchid
,
out_batch_no
,
batch_id
,
appid
,
out_detail_no
,
detail_id
,
detail_status
,
transfer_amount
,
transfer_remark
,
fail_reason
,
openid
,
user_name
,
initiate_time
,
update_time
,
}, }) => ({
mchid
,
out_batch_no
,
batch_id
,
appid
,
out_detail_no
,
detail_id
,
detail_status
,
transfer_amount
,
transfer_remark
,
fail_reason
,
openid
,
user_name
,
initiate_time
,
update_time
,
}) )

Released under the MIT License. (SITEMAP)